*{
    margin: 0;
    padding: 0;
}
a{
    color: inherit;
    text-decoration: none;
}
ul{
    list-style: none;
}
.bd-header{
    width: 100%;
}
.bd-date{
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color:#606060;
}
.bd-date a{
    margin: 0 7px;
    font-size: 14px;
    color: #155c93;
}
.wb{
    display: inline-block;
    margin-left: 25px;
    padding-top: 7px;
    height: 32px;
    box-sizing: border-box;
}
.wb a{
    padding-top: 5px;
    position: relative;
}
.wb a img{
    vertical-align: middle;
}
.wb a div{
    width: 150px;
    display: none;
    position: absolute;
    z-index: 10000;
    top: 30px;
    left: -30px;
    background: #fff;
    padding: 5px;
}
.wb a div img{
    width: 100%;
}
.wb a:hover div{
    display: block;
}
.bd-line::after{
    content: "";
    height: 14px;
    width: 1px;
    background: #155c93;
    display: inline-block;
    position: relative;
    top: 2px;
    left: 9px;
    margin: 0 5px;
}
.bd-logo{
    width: 100%;
    text-align: center;
}
.bd-logo-text{
    margin-top: 20px;
}
.bd-logo-text a .zww-img{
    position: relative;
    top: 0;
    margin-right: 10px;
    width: 56px;
}
.bd-search{
    width: 100%;
    margin-top: 26px;
    margin-bottom: 10px;
    text-align: center;
}
.bd-search-input{
    width: 630px;
    height: 50px;
    margin: 0 auto;
    position: relative;
}
.bd-search input{
    width: 630px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #8abde5;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 50px;
    font-size: 16px;
}
.search-bth{
    position: absolute;
    right: 10px;
    top:10px;
    width: 26px;
    height: 26px;
    background: url(bd-search.png);
}
.bd-rs{
    width: 630px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
    color: #666666;
    text-align: left;
    overflow: hidden;
}
.bd-rs span{
    margin-right: 15px;
}
.bd-rs a{
    margin-right: 15px;
}
.bd-rs .bd-rs-title{
    font-weight: bold;
    margin-right: 0;
}
/* 导航 */
.bd-nav{
    width: 100%;
    height: 60px;
    border-bottom:4px solid #1e6dab;
}
.bd-nav ul {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}
.bd-nav ul li{
    float: left;
    width: 240px;
    text-align: center;
    font-size: 20px;
    color: #1e6dab;
}
.bd-nav ul li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #1e6dab;
}
.bd-nav ul li a:hover,.bd-nav ul li.active a{
    color: #1e6dab;
    font-weight: bold;
}
.bd-nav ul li a::after{
    width: 150px;
    height: 5px;
    /* background: #1e6dab; */
    content: "";
    position: absolute;
    bottom: 0;
    left: 45px;
    display: none;
}

.bd-nav ul li.active a::after,
.bd-nav ul li:hover a::after{
    display: inline-block;
}
/* 头条 */
.bd-new-header{
    position: relative;
    box-sizing: border-box;
    padding: 0 120px;
    width: 1200px;
    height: 80px;
    background: #d7e7f4;
    margin: 24px auto;
}
.bd-new-header img{
    position: absolute;
    left: 0;
}
.bd-new-header .new-text{
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #155c93;
    font-size: 38px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (max-width:1200px){
    .bd-header{
        background-size: cover;
        background-position: right;
        height: auto;
    }
    .bd-date{
       width: auto;
       font-size: 12px;
    }
    .wb{
        padding-top: 0;
        margin-left: 10px;
    }
    .bd-date a{
        margin: 0 4px;
    }
    .bd-logo{
        margin-top: 0;
        padding-top: 2rem;
    }
    .bd-gh{
        width: 15%;
        margin-bottom: 1rem;
    }
    .bd-logo-text{
        width: 70%;
        margin: 0 auto;
    }
    .bd-logo-text a{
        width: 15%;
        display: inline-block;
    }
    .text-logo{
        width: 80%;
    }
    .bd-logo-text a .zww-img{
        width: 75%;
        top: -0.2rem;
        margin-right: 2%;
    }
    /* .bd-logo img{
        width: 70%;
    } */
    .bd-search{
        margin-top: 1.5rem;
    }
    .bd-search-input{
        width: 80%;
        height: 3rem;
    }
    .bd-search-input input{
        width: 100%;
        height: 100%;
    }
    .bd-rs{
        width: 80%;
    }
    .bd-nav{
        width: 100%;
        height: 3rem;
        line-height: 3rem;
        display: block!important;
        text-align: center;
    }
    .bd-nav ul{
        width: 100%;
        height: 100%;
        line-height: 3rem;
    }
    .bd-nav ul li{
        width: 20%;
        font-size: .95rem;
    }
    .bd-nav ul li a::after{
        width: 80%;
        left: 10%;
    }
    .bd-new-header{
        width: 94%;
        height: 3.5rem;
        margin: 0.8rem auto;
        padding: 0 2.5rem;
    }
    .bd-new-header img{
       max-height: 100%;
    }
    .bd-new-header .new-text{
        font-size: 1rem;
        height: 100%;
        line-height: 3.5rem;
    }
}